-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
913 replace minio s3 with hdfs #930
base: master
Are you sure you want to change the base?
Conversation
32c0958
to
f99bc5b
Compare
- Install stackable operators with argoCD - Improve ignoreDifferences field in Argo * add /spec/names/categories and shortNames - Install HDFS with argoCD - Reduce memory for spark pods to 1Gi - Bump spark-operator to v2.1.0 - Add hdfs init for user 185 inside chart
a5321bf
to
879fa60
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @fjammes -- tested and approved! I only left one comment on the documentation.
```bash | ||
kubectl port-forward -n argocd $(kubectl get pods --selector=app.kubernetes.io/name=argocd-server -n argocd --output=jsonpath="{.items..metadata.name}") 8080 | ||
# Login is "admin, Password is set to "password", fix this in production | ||
kubectl -n argocd patch secret argocd-secret -p '{"stringData": {"admin.password": "$2a$10$rRyBsGSHK6.uc8fntPwVIuLVHgsAhAX7TcdrqW/RADU0uh7CaChLa", "admin.passwordMtime": "'$(date +%FT%T%Z)'" }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this also the prod password?
Linked to issue(s): Closes #913
What changes were proposed in this pull request?
Support HDFS (and Minio)
How was this patch tested?
On CI platforms for both science and noscience